home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 27.zip / BS1 part 27 / Panorama3_d1.adf / PanoramaInstall < prev    next >
Text File  |  1993-04-19  |  608b  |  21 lines

  1. echo "  "
  2. echo "    The file `req.library' must be present in your system's"
  3. echo "    `libs:' directory in order for PANORAMA to function.  This"
  4. echo "    program will copy the file from the libs directory on the"
  5. echo "    PANORAMA disk to your system's libs: directory.  The size of"
  6. echo "    the file is 17996 bytes.  Run this program after booting your"
  7. echo "    system in the normal way."
  8. echo "  "
  9. failat 15
  10. ask "Proceed?  Enter (Y) or (N)."
  11. if WARN
  12.   copy :libs/req.library to libs:
  13.   if ERROR
  14.     echo "Installation unsuccessful."
  15.     quit
  16.   else
  17.     echo "Req.library installed."
  18.   endif
  19. endif
  20.  
  21.